gdk: Add GDK_TYPE_FILE_LIST with serializers
authorBenjamin Otte <otte@redhat.com>
Wed, 29 Nov 2017 08:37:50 +0000 (09:37 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 3 Dec 2017 04:46:48 +0000 (05:46 +0100)
commit6b326b14c00e7b030e8f09aac94637250e506df1
tree5c31540eab39a4236698f923397871e313eeccf7
parent928c98a84efd2c72bc3ff9fe139ad5296091110a
gdk: Add GDK_TYPE_FILE_LIST with serializers

This is a GSList of GFile and we want it so we can operate with lists of
files and text/uri-list.

I chose GSList over GList because that's what the GtkFileChooser API
uses, too.
gdk/gdkcontentdeserializer.c
gdk/gdkcontentformats.c
gdk/gdkcontentformats.h
gdk/gdkcontentserializer.c
tests/testclipboard2.c